Skip to content

Commit 6a6c288

Browse files
Baltolirv-auditor
andauthored
Check out code when creating a release (#1037)
This was a small oversight in #1034; we should have been checking out the repo's code to get access to `package/version`. Will fix the release build when merged. --------- Co-authored-by: devops <[email protected]>
1 parent 8872d33 commit 6a6c288

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment: production
1313
steps:
14+
- name: 'Check out code'
15+
uses: actions/checkout@v4
1416
- name: 'Make release'
1517
env:
1618
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

0 commit comments

Comments
 (0)