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.