Skip to content

Commit

Permalink
Merge pull request #523 from 18F/mgwalker/oops
Browse files Browse the repository at this point in the history
Fix a bug with the thing that creates releases on publish to main
  • Loading branch information
mgwalker authored Nov 30, 2023
2 parents d3a8548 + fe291ff commit 8efdd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ./node_modules
Expand Down

0 comments on commit 8efdd11

Please sign in to comment.