Bump cachix/cachix-action from 12 to 14 (#506) #198
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tag Latest Release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tibdex/github-app-token@v2 | |
id: generate-token | |
with: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.APP_PRIVATE_KEY }} | |
- uses: cachix/install-nix-action@v25 | |
with: | |
nix_path: nixpkgs=channel:nixos-unstable | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 # Fetch everything | |
token: ${{ steps.generate-token.outputs.token }} | |
- uses: expipiplus1/action-automation/tag-latest-release@HEAD | |
with: | |
tagsAndFiles: | | |
v package.yaml | |
vma-v VulkanMemoryAllocator/package.yaml | |
utils-v utils/package.yaml | |
xr-v openxr/package.yaml |