Skip to content

Commit

Permalink
Use obltmachine for tagging in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Aug 27, 2024
1 parent c51c0b7 commit 1712dff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: elastic/apm-pipeline-library/.github/actions/setup-git@current
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

- uses: elastic/oblt-actions/git/setup@v1
with:
github-token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
- run: npm ci # runs npm prepublish

- name: configure NPMJS token
Expand Down

0 comments on commit 1712dff

Please sign in to comment.