Skip to content

Commit

Permalink
chore: debug github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Apr 15, 2023
1 parent ceb4a03 commit 0ac329d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
update-readme:
runs-on: ubuntu-latest
#needs: release
needs: release
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
Expand All @@ -41,10 +41,8 @@ jobs:

- name: 👀 Compute versions
run: |
#echo "PREVIOUS_VERSION=$(perl -ne 'print $1 if /📦 Cardano Node Ui v([^\s]+)/' README.md)" >> $GITHUB_ENV
#echo "VERSION=$(echo "${{ github.ref }}" | sed 's/refs\/tags\/v//')" >> $GITHUB_ENV
echo "VERSION=0.1.3" >> $GITHUB_ENV
echo "PREVIOUS_VERSION=0.1.2" >> $GITHUB_ENV
echo "PREVIOUS_VERSION=$(perl -ne 'print $1 if /📦 Cardano Node Ui v([^\s]+)/' README.md)" >> $GITHUB_ENV
echo "VERSION=$(echo "${{ github.ref }}" | sed 's/refs\/tags\/v//')" >> $GITHUB_ENV
- name: 📝 Update Readme with Version
run: |
Expand Down

0 comments on commit 0ac329d

Please sign in to comment.