Skip to content

Commit

Permalink
Merge pull request #7 from anothrNick/test-one
Browse files Browse the repository at this point in the history
More tests
  • Loading branch information
anothrNick authored Apr 12, 2024
2 parents 1ecb4ef + 728e0de commit 120e889
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:
- master
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
VERBOSE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: anothrNick
GIT_API_TAGGING: false # uses git cli

0 comments on commit 120e889

Please sign in to comment.