Skip to content

Commit

Permalink
Just set it so that we tag manually when we want a release --> commit…
Browse files Browse the repository at this point in the history
… to master
  • Loading branch information
Nathan-Nesbitt committed Mar 5, 2024
1 parent a3a74f1 commit a2fdd45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Publish NPM Library
on:
push:
branches:
- main
tags:
- 'v*.*.*'

jobs:
release:
name: Create Release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Checkout code
Expand All @@ -33,7 +32,6 @@ jobs:
publish:
name: Publish NPM library
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Checkout code
Expand Down

0 comments on commit a2fdd45

Please sign in to comment.