Skip to content

Commit

Permalink
Merge pull request #32 from canonical/fix/citadel_tag
Browse files Browse the repository at this point in the history
Fix/citadel tag
  • Loading branch information
Guillaumebeuzeboc authored Nov 19, 2024
2 parents 17616b5 + 1e4e038 commit 46c00c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
snapstore-login: ${{ secrets.STORE_LOGIN }}
with:
runs-on: '[["self-hosted", "linux", "X64", "xlarge", "jammy"]]'
snap-track: '${{ github.base_ref || github.ref_name }}'
snap-track: citadel
snap-test-script: |
#!/bin/bash
set -euxo pipefail
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gazebo
version: '0.1.1'
version: '0.1.2'
summary: Simulate before you build.
description: |
Gazebo (formerly known as Ignition [1]) is an open source robotics simulator maintained by Open Robotics [2].
Expand Down

0 comments on commit 46c00c7

Please sign in to comment.