Skip to content

Commit

Permalink
auto tag github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ztoben committed Aug 17, 2020
1 parent 37077b9 commit e5c33a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Create Tag

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23 changes: 0 additions & 23 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit e5c33a2

Please sign in to comment.