Skip to content

Commit

Permalink
Change create tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Dec 18, 2024
1 parent 6931b4e commit b379d70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: dotnet nuget push src/Elmah.Io.Client/bin/Release/Elmah.Io.Client.5.2.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
if: ${{ github.event_name == 'push' }}

- name: Create tag
uses: rickstaa/action-create-tag@v1
id: "tag_create"
- name: Create Tag
uses: negz/create-tag@v1
with:
tag: 5.2.${{ github.run_number }}
version: 5.2.${{ github.run_number }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b379d70

Please sign in to comment.