Skip to content

Commit

Permalink
chore: removed old comments in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jun 17, 2024
1 parent 6ebb254 commit 72b7297
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,11 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
# - name: Strip the 'v' character from the version number
# id: strip
# run: echo "stripped={ echo ${{ needs.infer-version.outputs.version }} | cut -c 2- }" >> "$GITHUB_OUTPUT
# shell: bash
# env:
# OUTPUT: ${{ needs.infer-version.outputs.version }}
- name: Strip the 'v' character from the version number
id: strip
run: |
stripped=$(echo "${{ needs.infer-version.outputs.version }}" | cut -c 2-)
echo "stripped=$stripped" >> "$GITHUB_OUTPUT"
# env:
# STRIPPED_OUTPUT: ${{ steps.strip.outputs.stripped }}
- name: Change wrapper permissions
run: chmod +x gradlew
- name: Run gradle publish (MavenCentral)
Expand Down

0 comments on commit 72b7297

Please sign in to comment.