Skip to content

Commit

Permalink
Replace map with list to preserve order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod committed May 20, 2024
1 parent 5ed4a53 commit 1fbd96e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
tags:
- "[0-9]+.*"

permissions:
contents: write

jobs:
create-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Create a Release
Expand Down

0 comments on commit 1fbd96e

Please sign in to comment.