Skip to content

Commit

Permalink
Update "adjust redirections" in nightly GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Mar 20, 2024
1 parent c2c289c commit 26c7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
- name: Adjust redirections
if: github.event.inputs.release == 'true'
run: |
sed -i "/1.0.2/! s,releases/[0-9][^/]*/\(.*\),releases/${{ steps.version.outputs.VERSION }}/\1," www/data/_redirects
sed -i "/1.0.2/! s,releases/[0-9]*\.[0-9]*\.[0-9]*/\(.*\),releases/${{ steps.version.outputs.VERSION }}/\1," www/data/_redirects
- name: Adjust slintpad default tag
if: github.event.inputs.release == 'true'
Expand Down

0 comments on commit 26c7e08

Please sign in to comment.