Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
😎 this will work for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
Belikhun committed May 20, 2022
1 parent b245111 commit 5731a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 🎉 Release
uses: ncipollo/release-action@v1
with:
commit: ${{ env.GITHUB_SHA }}
tag: "v1.0.${{ env.GITHUB_RUN_NUMBER }}"
commit: ${{ github.sha }}
tag: v1.0.${{ github.run_number }}
generateReleaseNotes: true
artifacts: "lib/build/libs/countdown.jar,lib/build/libs/countdown-lib.jar"

0 comments on commit 5731a9b

Please sign in to comment.