Skip to content

Commit

Permalink
fix(release): do git checkout before reading go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Jun 6, 2023
1 parent d7baa8f commit 3eefbfb
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 @@ -30,6 +30,9 @@ jobs:
echo "OUTNAME=${{ runner.os }}" >> $GITHUB_ENV
fi
- name: Check out Git repository
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v4
with:
Expand All @@ -50,9 +53,6 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

- name: Check out Git repository
uses: actions/checkout@v3

- name: Read version.txt
id: version
uses: juliangruber/read-file-action@v1
Expand Down

0 comments on commit 3eefbfb

Please sign in to comment.