Skip to content

Commit

Permalink
noble tag
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Apr 25, 2024
1 parent 310954b commit fda3817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: apt-get update
id: startup
run: |
echo "container_name=ubuntu-mantic" >> $GITHUB_OUTPUT
echo "container_name=ubuntu-noble" >> $GITHUB_OUTPUT
apt-get update
apt-get install -y sudo apt-utils wget software-properties-common
sudo sed 's/Types: deb *$/Types: deb deb-src/' -i /etc/apt/sources.list.d/ubuntu.sources
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
git push origin $TAG -d
base_tag=$(git describe --tags --abbrev=0 --always ${COMMIT})
echo $base_tag
base_tag=${base_tag/ubuntu-mantic*/}ubuntu-mantic
base_tag=${base_tag/ubuntu-noble*/}ubuntu-noble
echo $base_tag
COUNT=$(($(git rev-list --count $COMMIT)-$(git rev-list --count $base_tag)))
if [[ $COUNT != 0 ]];then
Expand Down

0 comments on commit fda3817

Please sign in to comment.