Skip to content

Commit

Permalink
fix: idk what github is doing
Browse files Browse the repository at this point in the history
  • Loading branch information
DvdPlaat committed Feb 9, 2024
1 parent 4692e05 commit 0ca7e32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ jobs:
- name: Checkout repo content
uses: actions/checkout@v3

- name: Fetch last tag
id: fetch-tag
run: echo "::set-output name=TAG::$(git describe --tags --abbrev=0)"

- name: Determine next edition
id: determine-edition
run: |
echo "::set-output name=EDITION::$(( ${TAG} + 1 ))"
echo "::set-output name=EDITION:$(($(git describe --tags --abbrev=0) +1))"
- name: Check if edition exists
id: check-edition
Expand Down

0 comments on commit 0ca7e32

Please sign in to comment.