Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alexander-forbes/celloc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sydney Du Plooy authored and Sydney Du Plooy committed Oct 22, 2021
2 parents 007cef4 + 781d230 commit 58a449c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Get
uses: actions/checkout@v2
- name: Verify commit exists in origin/main
- name: Verify commit exists in origin/master
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/main
git branch --remote --contains | grep origin/master
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Sydney du Plooy
Copyright (c) 2021 Alexander Forbes Group Services (Pty) Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 58a449c

Please sign in to comment.