Skip to content

Commit

Permalink
Fix: Use major.minor.patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 2, 2020
1 parent dc26e71 commit cb3e74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: "Upload composer-normalize.phar"
if: "always()"
uses: "actions/upload-release-asset@v1"
uses: "actions/upload-release-asset@v1.0.2"
env:
GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
with:
Expand All @@ -117,7 +117,7 @@ jobs:

- name: "Upload composer-normalize.phar.asc"
if: "always()"
uses: "actions/upload-release-asset@v1"
uses: "actions/upload-release-asset@v1.0.2"
env:
GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
with:
Expand Down

0 comments on commit cb3e74e

Please sign in to comment.