Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Sep 23, 2024
1 parent 2c00039 commit 0251e85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- 'v*'

env:
TAG_NAME=${{ github.ref_name }}
TARGET_VERSION=${{ env.TAG_NAME#'v' }}
EXPORT_NAME=dota2-autoaccepter-${{ env.TARGET_VERSION }}
TAG_NAME: ${{ github.ref_name }}
TARGET_VERSIONr: ${{ env.TAG_NAME#'v' }}
EXPORT_NAMEr: dota2-autoaccepter-${{ env.TARGET_VERSION }}

permissions:
id-token: write
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

CHANGELOG for DotA2-Autoaccepter

## [v1.1.3] - 23.09.2024

Fix GitHub Action CI for v1.1.2



## [v1.1.2] - 23.09.2024

Expand Down

0 comments on commit 0251e85

Please sign in to comment.