Skip to content

Commit

Permalink
Update release workflow (r0adkll#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Nov 3, 2022
1 parent d7e6e42 commit 536f822
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
name: "Tag & Deploy Action"
name: "Update v1 tag"

on:
push:
branches:
- master
release:
types: [released]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Install
run: npm ci

- name: Run Tests
run: npm run test
- uses: actions/checkout@v2.5.0

- name: Update v1 Tag
uses: hole19/git-tag-action@master
env:
TAG: v1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: rickstaa/action-create-tag@v1
with:
tag: v1
force_push_tag: true

0 comments on commit 536f822

Please sign in to comment.