Skip to content

Commit

Permalink
Merge pull request #314 from DC23/313-microsoftvariable-substitution-…
Browse files Browse the repository at this point in the history
…action-is-archived-and-uses-old-versions-of-node

Updated release workflow to `devops-actions/variable-substitution` since the old Action has been deprecated.
  • Loading branch information
DC23 authored Dec 20, 2024
2 parents d52cfda + 09447bb commit ad552c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- name: Populate Versioned keys in Manifest
id: sub_manifest_link_version
uses: microsoft/variable-substitution@v1
# Updated from microsoft/variable-substitution@v1 since that Action is deprecated.
# See #313 and https://github.com/DC23/jd-easytimekeeping/wiki/Dev-Ops#variable-substitution
uses: devops-actions/variable-substitution@v1.2
with:
files: 'module.json'
env:
Expand Down

0 comments on commit ad552c3

Please sign in to comment.