Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Feb 3, 2024
1 parent 764afe9 commit 63013fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: startsWith(github.event.head_commit.message, 'Release:')

steps:
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Extract tag from commit message
id: extract_tag
Expand All @@ -85,4 +85,5 @@ jobs:
- 'dist/PalworldServerConfigParser-windows-amd64.exe'
- 'dist/PalworldServerConfigParser-windows-arm64.exe'
tag_name: v${{ steps.extract_tag.outputs.tag }}
title: ${{ steps.extract_tag.outputs.tag }}
title: ${{ steps.extract_tag.outputs.tag }}

0 comments on commit 63013fc

Please sign in to comment.