-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): Updates the dependencies to the 2504 release and adapts the workflows #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- name: Templatify repository | ||
uses: simatic-ax/actions/apax-templatify@v3 | ||
with: | ||
version: 1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this version needs to be configured dynamically, based on the current release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why has this been changed at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version needs to be declared dynamically
with: | ||
registries: | | ||
https://npm.pkg.github.com/ | ||
tag: 1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this version needs to be configured dynamically, based on the current release
No description provided.