Skip to content

Commit

Permalink
bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Jan 10, 2025
1 parent 9a09bf7 commit aed7c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build project # This would actually build your project, using zip for an example artifact
run: |
sed -i 's/version: 0\.0\.0/version: '"$(git describe --abbrev=0 --tags | sed 's/v//')"'/' ansible_collections/arista/cvp/galaxy.yml
make collection-build
- name: Upload Collection Package to GH Action
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ansible-collection-package
path: |
Expand Down

0 comments on commit aed7c2f

Please sign in to comment.