Skip to content

Commit

Permalink
fixed tag format
Browse files Browse the repository at this point in the history
wildcard must be wrapped by two '.
  • Loading branch information
sven-n authored Jun 29, 2022
1 parent 8374de0 commit 6fa89cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
with:
PROJECT_FILE_PATH: src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj
TAG_COMMIT: true
TAG_FORMAT: *
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_KEY}}
PACKAGE_NAME: MUnique.OpenMU.Network.Packets

0 comments on commit 6fa89cd

Please sign in to comment.