Skip to content

Commit

Permalink
Use published versions of shared actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Feb 21, 2024
1 parent affa4ac commit c1fd8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
run_tests: ${{ inputs.run_tests }}

- uses: launchdarkly/gh-actions/actions/release-secrets@rlamb/add-s3-to-release-secrets
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.1.0
name: Get secrets
with:
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
Expand All @@ -59,7 +59,7 @@ jobs:
uses: ./.github/actions/release-build

- name: Sign DLLs
uses: launchdarkly/gh-actions/actions/sign-dlls@rlamb/add-dll-sign-shared-action
uses: launchdarkly/gh-actions/actions/sign-dlls@sign-dlls-v1.0.0
with:
build_configuration_path: "src/LaunchDarkly.Logging.NLog/bin/Release/"
dll_name: 'LaunchDarkly.Logging.NLog.dll'
Expand Down

0 comments on commit c1fd8bb

Please sign in to comment.