Skip to content

Commit

Permalink
Updated workflow to auto move v1 tag on all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
r0adkll committed Nov 12, 2020
1 parent 5aa7898 commit ac7314f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Tag & Deploy Action"

on:
push:
branches:
- master

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

# - name: Run Tests
# run: npm run test

- name: Update v1 Tag
uses: hole19/git-tag-action@master
env:
TAG: v1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20 changes: 0 additions & 20 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit ac7314f

Please sign in to comment.