We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44473f1 commit 992b5c6Copy full SHA for 992b5c6
2 files changed
.github/workflows/publish-svn-v2.yml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
fetch-depth: 0
24
25
+ - name: Install subversion
26
+ run: sudo apt-get update && sudo apt-get install -y subversion
27
+
28
- name: Derive versions
29
id: version
30
run: |
.github/workflows/publish-svn.yml
@@ -20,6 +20,9 @@ jobs:
20
- name: Checkout tagged commit
21
uses: actions/checkout@v5
- name: Strip v prefix from tag
run: echo "bare=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
0 commit comments