Skip to content

Commit 24bd872

Browse files
committed
chore: enable versioned api ref
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent a9cfd4f commit 24bd872

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
types: [published]
2929

3030
jobs:
31-
upload:
31+
release:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v2
@@ -85,8 +85,7 @@ jobs:
8585
github_token: ${{ secrets.GITHUB_TOKEN }}
8686
publish_dir: ./api
8787
keep_files: true
88-
destination_dir: develop/api
89-
88+
destination_dir: ${{ env.RELEASE_TAG_VERSION }}/api
9089

9190
sync_master:
9291
needs: upload

0 commit comments

Comments
 (0)