Skip to content

Commit

Permalink
Update actions/checkout@v4 settings:
Browse files Browse the repository at this point in the history
Should only release revisions that have version tags on them, so should only need a single commit.

`ref:` should default to the reference for the event, which should be `github.event.release.tag_name`, so shouldn't need to explicitly set it.

If any of these changes cause problems, will back them out.

Partial #638

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
  • Loading branch information
rgoldberg committed Nov 20, 2024
1 parent 58cfdaa commit ec74763
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- name: 📺 Checkout mas repo
uses: actions/checkout@v4
with:
# Include all history & tags for script/version
fetch-depth: 0
ref: ${{env.RELEASE_TAG}}

- name: 👢 Bootstrap
run: |
Expand Down

0 comments on commit ec74763

Please sign in to comment.