chore(deps): Updates the dependencies to the 2504 release and adapts the workflows#29
chore(deps): Updates the dependencies to the 2504 release and adapts the workflows#29
Conversation
| - name: Templatify repository | ||
| uses: simatic-ax/actions/apax-templatify@v3 | ||
| with: | ||
| version: 1.0.0 |
There was a problem hiding this comment.
I guess this version needs to be configured dynamically, based on the current release
| - name: Pack the template | ||
| uses: simatic-ax/actions/apax-pack@v3 | ||
| with: | ||
| version: 1.0.0 |
There was a problem hiding this comment.
I guess this version needs to be configured dynamically, based on the current release
| with: | ||
| registries: | | ||
| https://npm.pkg.github.com/ | ||
| tag: 1.0.0 No newline at end of file |
There was a problem hiding this comment.
I guess this version needs to be configured dynamically, based on the current release
There was a problem hiding this comment.
Why has this been changed at all?
There was a problem hiding this comment.
The templatify workflow requires the existence of a separate yaml, hence https://github.com/simatic-ax/ae-hw-engineering/blob/chore/update_2504/apax-files-section.yml needs to be renamed and adjusted
| - name: Templatify repository | ||
| uses: simatic-ax/actions/apax-templatify@v3 | ||
| with: | ||
| version: 1.0.0 |
There was a problem hiding this comment.
The version needs to be declared dynamically
| with: | ||
| registries: | | ||
| https://npm.pkg.github.com/ | ||
| tag: 1.0.0 No newline at end of file |
There was a problem hiding this comment.
I guess this version needs to be configured dynamically, based on the current release
No description provided.