Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1631 from CannonLock/stop-stomping…
Browse files Browse the repository at this point in the history
…-on-commits

Stop stomping out the previous tag to update NPM
  • Loading branch information
jhiemstrawisc authored Oct 9, 2024
2 parents c9ea4a2 + 5b156d0 commit 1c4f823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 80 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/pre-release.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name: goreleaser

on:
workflow_call:
push:
tags:
# only run release on v7.0.0 and up
- v[7-9]\.[0-9]+\.[0-9]+
- v[1-9][0-9]+\.[0-9]+\.[0-9]+

permissions:
contents: write
Expand Down

0 comments on commit 1c4f823

Please sign in to comment.