From fc1fe4ff4b02d6817fdf7cd9cdaa35d7c9d64944 Mon Sep 17 00:00:00 2001 From: "Tiffany A. Timbers" Date: Thu, 20 Aug 2020 09:35:20 -0700 Subject: [PATCH] trying to add automated version bumping --- .github/workflows/r-dsci-100.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/r-dsci-100.yml b/.github/workflows/r-dsci-100.yml index d2755793de..353c3fb561 100644 --- a/.github/workflows/r-dsci-100.yml +++ b/.github/workflows/r-dsci-100.yml @@ -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.