Skip to content

Commit

Permalink
fix: rename to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jul 2, 2023
1 parent 4c1d0a7 commit e003c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: 'Get Previous tag'
id: previoustag
- name: 'Get the current tag'
id: currentTag
uses: actions/checkout@v3
- run: git fetch --prune --unshallow && TAG=$(git describe --tags --abbrev=0) && echo $TAG && echo "TAG="$TAG >> "$GITHUB_ENV"
- name: Check out the repo with tag
Expand Down

0 comments on commit e003c1e

Please sign in to comment.