Skip to content

Commit

Permalink
testing new release process 2
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi committed Aug 9, 2023
1 parent c335bbd commit 98ec4d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/map_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Create ELN Map

on:
push:
branches:
- main
tags:
- "*"

jobs:
create-map:
Expand All @@ -23,6 +23,7 @@ jobs:
python generate_map.py
- name: Release Map
uses: "softprops/action-gh-release@v1"
if: startsWith(github.ref, 'refs/tags/')
with:
token: "${{ secrets.GITHUB_TOKEN }}"
files: |
Expand Down

0 comments on commit 98ec4d9

Please sign in to comment.