Skip to content

Commit

Permalink
fix release workflow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Aug 31, 2023
1 parent e5ec65a commit f0b7834
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
- name: Get the version
id: version
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
#run: echo ::set-output name=version::${GITHUB_REF#refs/tags/} # Get the version from the tag
#run: echo "::set-output name=version::$(date +'%Y%m%d')" # Use date as version
##########################################################################
## 4 - Upload artifacts
##########################################################################
Expand All @@ -60,7 +58,7 @@ jobs:
## 6 - Create a new GitHub release and upload the distribution artifacts
##########################################################################
- name: Create a new GitHub release
uses: softprops/action-gh-release@v0.1.14
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit f0b7834

Please sign in to comment.