Skip to content

Commit

Permalink
Update game_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StaringLongingly authored Aug 24, 2024
1 parent 484b980 commit 6092538
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/game_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ jobs:
permissions:
contents: write
steps:
- name: Set up GitVersion
uses: gittools/actions/gitversion/setup@v0.9.15
with:
versionSpec: '5.x'

- name: Execute GitVersion
uses: gittools/actions/gitversion/execute@v0.9.15
with:
useConfigFile: true
configFilePath: GitVersion.yml

- name: Checkout code
uses: actions/checkout@v2
with:
Expand All @@ -35,7 +46,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
tag_name: ${{ steps.gitversion.outputs.PreReleaseTag }}
release_name: Prerelease ${{ github.ref }}
body: |
### Changelog
Expand Down

0 comments on commit 6092538

Please sign in to comment.