Skip to content

Commit

Permalink
trying to add automated version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers committed Aug 20, 2020
1 parent 87bffd7 commit fc1fe4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/r-dsci-100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@master
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.17.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
- uses: oprypin/find-latest-tag@v1
with:
repository: UBC-DSCI/docker-stacks # The repository to scan.
Expand Down

0 comments on commit fc1fe4f

Please sign in to comment.