Skip to content

Commit

Permalink
Force tag creations and exclude some files from the created zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnwop committed Feb 5, 2022
1 parent 7de9b55 commit e55239c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- master
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0

- name: Package guidanceSteering mod
run: zip -r -v FS22_guidanceSteering.zip . -x .idea data .\* zip.bat zip-builder.ps1
run: zip -r -v FS22_guidanceSteering.zip . -x .idea data .\* zip.bat zip-builder.ps1 fsdev.yml *.png
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.7
with:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: gittools/actions/gitversion/execute@v0.9.7

- name: Create git tag
run: git tag $GITVERSION_SEMVER
run: git tag $GITVERSION_SEMVER -f

- name: Push to repository
run: git push --tags
Expand Down

0 comments on commit e55239c

Please sign in to comment.