diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 739bfe2..da704df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ########################################################################## @@ -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: |