Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 authored Mar 9, 2024
1 parent 284cd74 commit 19e4748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
XPI_NAME: Tab-Groups-2.1.4b1_r
CHANGELOG_EXIST: false
PREVIOUS_TAG: ''
NOTES: 'This release includes an XPI file that is automatically generated after each push to the main branch.'
NOTES: 'This release includes an XPI file that is automatically generated after each push to the master branch.'

jobs:
build-and-upload:
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
ref: master

- name: Set version in install.rdf
run: |
Expand Down

0 comments on commit 19e4748

Please sign in to comment.